Release 10.1A: OpenEdge Development:
Progress 4GL Handbook
Moving the browse
To let the user move a browse, you set the browse’s
MOVABLEattribute toTRUE, as the following code fragment shows:
To move a browse at run time, the user drags the browse as desired. To move a browse programmatically, you set the browse’s X and Y attributes as desired.
The following code fragment programmatically moves a browse to the point (50,50) (in pixels) relative to the parent frame:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |